home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global pauseMe
- cancelpuppets()
- puppetSprite(45, 1)
- set the castNum of sprite 45 to cast "QSHelp"
- set pauseMe to 1
- set the movieRate of sprite 3 to 0
- end
-
- on mouseEnter
- set the castNum of sprite 24 to cast "Help"
- end
-
- on mouseLeave
- set the castNum of sprite 24 to cast "FAKE"
- end
-